// insensitive button
//
$_bg: if($c!=$bg_color, mix($c,$base_color,85%), $insensitive_bg_color);
- color: if($c!=$bg_color, mix($tc,$_bg,60%), $insensitive_fg_color);
+ color: if($c!=$bg_color, mix($tc,$_bg,50%), $insensitive_fg_color);
border-color: if($c!=$bg_color, _border_color($c),
$insensitive_borders_color);
background-image: linear-gradient(to bottom, $_bg);
// white with 0 alpha to avoid an ugly transition, since no color means
// black with 0 alpha
@include _shadows(inset 0 1px transparentize(white,1), $_outsets);
+ > GtkLabel { color: inherit; }
}
@else if $t==insensitive-active {
//
// white with 0 alpha to avoid an ugly transition, since no color means
// black with 0 alpha
@include _shadows(inset 0 1px transparentize(white,1), $_outsets);
- //FIXME make it clearer
+ > GtkLabel { color: inherit; }
}
@else if $t==backdrop {
// black with 0 alpha
@include _shadows(inset 0 1px transparentize(white,1),
0 1px transparentize(white,1));
+ > GtkLabel { color: inherit; }
}
@else if $t==backdrop-insensitive-active {
mix($backdrop_borders_color,$insensitive_bg_color, 8%));
box-shadow: inset 0 1px transparentize(white,1),
0 1px transparentize(white,1);
+ > GtkLabel { color: inherit; }
}
@else if $t==osd {
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .button:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.button:backdrop:insensitive:active, .button:backdrop:insensitive:checked {
color: #5d6767;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #303434);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .button:backdrop:insensitive:active > GtkLabel, .button:backdrop:insensitive:checked > GtkLabel {
+ color: inherit; }
.button:insensitive {
color: #939695;
border-color: #1c1f1f;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
+ .button:insensitive > GtkLabel {
+ color: inherit; }
.button:insensitive:active, .button:insensitive.flat:active, .button:insensitive:checked, .button:insensitive.flat:checked {
color: #939695;
border-color: #1c1f1f;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #2f3333, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
+ .button:insensitive:active > GtkLabel, .button:insensitive.flat:active > GtkLabel, .button:insensitive:checked > GtkLabel, .button:insensitive.flat:checked > GtkLabel {
+ color: inherit; }
.button.osd {
color: #eeeeec;
border-radius: 6px;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .button.suggested-action:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.button.suggested-action:insensitive {
color: #939695;
border-color: #1c1f1f;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
+ .button.suggested-action:insensitive > GtkLabel {
+ color: inherit; }
.osd .button.suggested-action {
background-color: transparent;
background-clip: padding-box;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .button.destructive-action:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.button.destructive-action:insensitive {
color: #939695;
border-color: #1c1f1f;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
+ .button.destructive-action:insensitive > GtkLabel {
+ color: inherit; }
.osd .button.destructive-action {
background-color: transparent;
background-clip: padding-box;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel {
+ color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active {
color: #939695;
border-color: #1c1f1f;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #2f3333, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel {
+ color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:checked {
color: #939695;
border-color: #1c1f1f;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #2f3333, #323636);
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
+ color: inherit; }
.inline-toolbar GtkToolButton > .button:backdrop {
color: #c9cbc9;
border-color: #1e2222;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .inline-toolbar GtkToolButton > .button:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.inline-toolbar GtkToolButton > .button:backdrop:insensitive:active {
color: #5d6767;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #303434);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active > GtkLabel {
+ color: inherit; }
.inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked {
color: #5d6767;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #303434);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked > GtkLabel {
+ color: inherit; }
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.search-bar GtkToolButton > .button.flat, .inline-toolbar.location-bar GtkToolButton > .button.flat,
.inline-toolbar.toolbar GtkToolButton:backdrop > .button.flat,
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel {
+ color: inherit; }
.spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop {
color: #c9cbc9;
border-color: #1e2222;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
+ .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel {
+ color: inherit; }
.spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop {
color: #c9cbc9;
border-color: #1e2222;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .spinbutton.vertical .button:backdrop:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry {
border-radius: 0;
padding-left: 3px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
.titlebar.selection-mode .button:insensitive, GtkCalendar.selection-mode.header .button:insensitive,
.header-bar.selection-mode .button:insensitive {
- color: #a6bbd0;
+ color: #90aac4;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #22558a);
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .titlebar.selection-mode .button:insensitive > GtkLabel, GtkCalendar.selection-mode.header .button:insensitive > GtkLabel,
+ .header-bar.selection-mode .button:insensitive > GtkLabel {
+ color: inherit; }
.titlebar.selection-mode .button:backdrop, GtkCalendar.selection-mode.header .button:backdrop,
.header-bar.selection-mode .button:backdrop {
color: #ffffff;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .titlebar.selection-mode .button:backdrop:insensitive > GtkLabel, GtkCalendar.selection-mode.header .button:backdrop:insensitive > GtkLabel,
+ .header-bar.selection-mode .button:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.titlebar.selection-mode .button.suggested-action, GtkCalendar.selection-mode.header .button.suggested-action,
.header-bar.selection-mode .button.suggested-action {
color: #eeeeec;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #0f2b48; }
+ .titlebar.selection-mode .button.suggested-action:insensitive > GtkLabel, GtkCalendar.selection-mode.header .button.suggested-action:insensitive > GtkLabel,
+ .header-bar.selection-mode .button.suggested-action:insensitive > GtkLabel {
+ color: inherit; }
.titlebar.selection-mode .button.suggested-action:backdrop, GtkCalendar.selection-mode.header .button.suggested-action:backdrop,
.header-bar.selection-mode .button.suggested-action:backdrop {
color: #c9cbc9;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
border-color: #0f2b48; }
+ .titlebar.selection-mode .button.suggested-action:backdrop:insensitive > GtkLabel, GtkCalendar.selection-mode.header .button.suggested-action:backdrop:insensitive > GtkLabel,
+ .header-bar.selection-mode .button.suggested-action:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.titlebar.selection-mode .selection-menu, GtkCalendar.selection-mode.header .selection-menu, .titlebar.selection-mode .selection-menu:backdrop, GtkCalendar.selection-mode.header .selection-menu:backdrop,
.header-bar.selection-mode .selection-menu,
.header-bar.selection-mode .selection-menu:backdrop {
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ GtkSwitch.slider:insensitive > GtkLabel, .list-row:selected GtkSwitch.slider:insensitive > GtkLabel {
+ color: inherit; }
GtkSwitch.slider:backdrop, .list-row:selected GtkSwitch.slider:backdrop {
color: #c9cbc9;
border-color: #1e2222;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ GtkSwitch.slider:backdrop:insensitive > GtkLabel, .list-row:selected GtkSwitch.slider:backdrop:insensitive > GtkLabel {
+ color: inherit; }
/*************************
* Check and Radio items *
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .scale.slider:backdrop:insensitive > GtkLabel,
+ .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive > GtkLabel,
+ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.scale.slider:active,
.scale.scale-has-marks-above.scale-has-marks-below.slider:active,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active {
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .message-dialog.csd .dialog-action-area .button:insensitive > GtkLabel {
+ color: inherit; }
.message-dialog.csd .dialog-action-area .button:backdrop {
color: #c9cbc9;
border-color: #1e2222;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .message-dialog.csd .dialog-action-area .button:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.message-dialog.csd .dialog-action-area .button.suggested-action {
color: white;
background-image: linear-gradient(to bottom, #256ab1, #215d9c 40%, #1c5187);
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.message-dialog.csd .dialog-action-area .button.suggested-action:insensitive {
color: #939695;
border-color: #1c1f1f;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
+ .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive > GtkLabel {
+ color: inherit; }
.message-dialog.csd .dialog-action-area .button.destructive-action {
color: white;
background-image: linear-gradient(to bottom, #ed1212, #d51010 40%, #bd0e0e);
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.message-dialog.csd .dialog-action-area .button.destructive-action:insensitive {
color: #939695;
border-color: #1c1f1f;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
+ .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive > GtkLabel {
+ color: inherit; }
.message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .button:backdrop, .message-dialog.csd .dialog-action-area .button:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action, .message-dialog.csd .dialog-action-area .button.suggested-action:hover, .message-dialog.csd .dialog-action-area .button.suggested-action:active, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action, .message-dialog.csd .dialog-action-area .button.destructive-action:hover, .message-dialog.csd .dialog-action-area .button.destructive-action:active, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive {
border-right-style: none;
border-bottom-style: none; }
.question .button:insensitive,
.warning .button:insensitive,
.error .button:insensitive {
- color: #a6bbd0;
+ color: #90aac4;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #22558a);
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .info .button:insensitive > GtkLabel,
+ .question .button:insensitive > GtkLabel,
+ .warning .button:insensitive > GtkLabel,
+ .error .button:insensitive > GtkLabel {
+ color: inherit; }
.info .button:backdrop,
.question .button:backdrop,
.warning .button:backdrop,
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
border-color: #0b1e33; }
+ .info .button:backdrop:insensitive > GtkLabel,
+ .question .button:backdrop:insensitive > GtkLabel,
+ .warning .button:backdrop:insensitive > GtkLabel,
+ .error .button:backdrop:insensitive > GtkLabel {
+ color: inherit; }
/************
* Tooltips *
@define-color wm_button_active_color_b shade(#393f3f, 0.89);
@define-color wm_button_active_color_c shade(#393f3f, 0.9);
@define-color content_view_bg #292929;
-
-/*# sourceMappingURL=gtk-contained-dark.css.map */
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .button:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.button:backdrop:insensitive:active, .button:backdrop:insensitive:checked {
color: #c7c7c7;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #ededed);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .button:backdrop:insensitive:active > GtkLabel, .button:backdrop:insensitive:checked > GtkLabel {
+ color: inherit; }
.button:insensitive {
color: #8d9091;
border-color: #a1a1a1;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
+ .button:insensitive > GtkLabel {
+ color: inherit; }
.button:insensitive:active, .button:insensitive.flat:active, .button:insensitive:checked, .button:insensitive.flat:checked {
color: #8d9091;
border-color: #a1a1a1;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #ebebeb, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
+ .button:insensitive:active > GtkLabel, .button:insensitive.flat:active > GtkLabel, .button:insensitive:checked > GtkLabel, .button:insensitive.flat:checked > GtkLabel {
+ color: inherit; }
.button.osd {
color: #eeeeec;
border-radius: 6px;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .button.suggested-action:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.button.suggested-action:insensitive {
color: #8d9091;
border-color: #a1a1a1;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
+ .button.suggested-action:insensitive > GtkLabel {
+ color: inherit; }
.osd .button.suggested-action {
background-color: transparent;
background-clip: padding-box;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .button.destructive-action:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.button.destructive-action:insensitive {
color: #8d9091;
border-color: #a1a1a1;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
+ .button.destructive-action:insensitive > GtkLabel {
+ color: inherit; }
.osd .button.destructive-action {
background-color: transparent;
background-clip: padding-box;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel {
+ color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active {
color: #8d9091;
border-color: #a1a1a1;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #ebebeb, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel {
+ color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:checked {
color: #8d9091;
border-color: #a1a1a1;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #ebebeb, #f4f4f4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
+ color: inherit; }
.inline-toolbar GtkToolButton > .button:backdrop {
color: #54595a;
border-color: #a8a8a8;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .inline-toolbar GtkToolButton > .button:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.inline-toolbar GtkToolButton > .button:backdrop:insensitive:active {
color: #c7c7c7;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #ededed);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active > GtkLabel {
+ color: inherit; }
.inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked {
color: #c7c7c7;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #ededed);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked > GtkLabel {
+ color: inherit; }
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.search-bar GtkToolButton > .button.flat, .inline-toolbar.location-bar GtkToolButton > .button.flat,
.inline-toolbar.toolbar GtkToolButton:backdrop > .button.flat,
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel {
+ color: inherit; }
.spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop {
color: #54595a;
border-color: #a8a8a8;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
+ .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel {
+ color: inherit; }
.spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop {
color: #54595a;
border-color: #a8a8a8;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .spinbutton.vertical .button:backdrop:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry {
border-radius: 0;
padding-left: 3px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
.titlebar.selection-mode .button:insensitive, GtkCalendar.selection-mode.header .button:insensitive,
.header-bar.selection-mode .button:insensitive {
- color: #c1d9f1;
+ color: #b2cfee;
border-color: #1c5187;
background-image: linear-gradient(to bottom, #65a0de);
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .titlebar.selection-mode .button:insensitive > GtkLabel, GtkCalendar.selection-mode.header .button:insensitive > GtkLabel,
+ .header-bar.selection-mode .button:insensitive > GtkLabel {
+ color: inherit; }
.titlebar.selection-mode .button:backdrop, GtkCalendar.selection-mode.header .button:backdrop,
.header-bar.selection-mode .button:backdrop {
color: #ffffff;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .titlebar.selection-mode .button:backdrop:insensitive > GtkLabel, GtkCalendar.selection-mode.header .button:backdrop:insensitive > GtkLabel,
+ .header-bar.selection-mode .button:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.titlebar.selection-mode .button.suggested-action, GtkCalendar.selection-mode.header .button.suggested-action,
.header-bar.selection-mode .button.suggested-action {
color: #2e3436;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #184472; }
+ .titlebar.selection-mode .button.suggested-action:insensitive > GtkLabel, GtkCalendar.selection-mode.header .button.suggested-action:insensitive > GtkLabel,
+ .header-bar.selection-mode .button.suggested-action:insensitive > GtkLabel {
+ color: inherit; }
.titlebar.selection-mode .button.suggested-action:backdrop, GtkCalendar.selection-mode.header .button.suggested-action:backdrop,
.header-bar.selection-mode .button.suggested-action:backdrop {
color: #54595a;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
border-color: #184472; }
+ .titlebar.selection-mode .button.suggested-action:backdrop:insensitive > GtkLabel, GtkCalendar.selection-mode.header .button.suggested-action:backdrop:insensitive > GtkLabel,
+ .header-bar.selection-mode .button.suggested-action:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.titlebar.selection-mode .selection-menu, GtkCalendar.selection-mode.header .selection-menu, .titlebar.selection-mode .selection-menu:backdrop, GtkCalendar.selection-mode.header .selection-menu:backdrop,
.header-bar.selection-mode .selection-menu,
.header-bar.selection-mode .selection-menu:backdrop {
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ GtkSwitch.slider:insensitive > GtkLabel, .list-row:selected GtkSwitch.slider:insensitive > GtkLabel {
+ color: inherit; }
GtkSwitch.slider:backdrop, .list-row:selected GtkSwitch.slider:backdrop {
color: #54595a;
border-color: #a8a8a8;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ GtkSwitch.slider:backdrop:insensitive > GtkLabel, .list-row:selected GtkSwitch.slider:backdrop:insensitive > GtkLabel {
+ color: inherit; }
/*************************
* Check and Radio items *
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .scale.slider:backdrop:insensitive > GtkLabel,
+ .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive > GtkLabel,
+ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.scale.slider:active,
.scale.scale-has-marks-above.scale-has-marks-below.slider:active,
.scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active {
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .message-dialog.csd .dialog-action-area .button:insensitive > GtkLabel {
+ color: inherit; }
.message-dialog.csd .dialog-action-area .button:backdrop {
color: #54595a;
border-color: #a8a8a8;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .message-dialog.csd .dialog-action-area .button:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.message-dialog.csd .dialog-action-area .button.suggested-action {
color: white;
background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5);
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.message-dialog.csd .dialog-action-area .button.suggested-action:insensitive {
color: #8d9091;
border-color: #a1a1a1;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
+ .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive > GtkLabel {
+ color: inherit; }
.message-dialog.csd .dialog-action-area .button.destructive-action {
color: white;
background-image: linear-gradient(to bottom, #f14141, #ef2929 40%, #ed1212);
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive > GtkLabel {
+ color: inherit; }
.message-dialog.csd .dialog-action-area .button.destructive-action:insensitive {
color: #8d9091;
border-color: #a1a1a1;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
+ .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive > GtkLabel {
+ color: inherit; }
.message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .button:backdrop, .message-dialog.csd .dialog-action-area .button:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action, .message-dialog.csd .dialog-action-area .button.suggested-action:hover, .message-dialog.csd .dialog-action-area .button.suggested-action:active, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action, .message-dialog.csd .dialog-action-area .button.destructive-action:hover, .message-dialog.csd .dialog-action-area .button.destructive-action:active, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive {
border-right-style: none;
border-bottom-style: none; }
.question .button:insensitive,
.warning .button:insensitive,
.error .button:insensitive {
- color: #c1d9f1;
+ color: #b2cfee;
border-color: #1c5187;
background-image: linear-gradient(to bottom, #65a0de);
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+ .info .button:insensitive > GtkLabel,
+ .question .button:insensitive > GtkLabel,
+ .warning .button:insensitive > GtkLabel,
+ .error .button:insensitive > GtkLabel {
+ color: inherit; }
.info .button:backdrop,
.question .button:backdrop,
.warning .button:backdrop,
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
border-color: #1c5187; }
+ .info .button:backdrop:insensitive > GtkLabel,
+ .question .button:backdrop:insensitive > GtkLabel,
+ .warning .button:backdrop:insensitive > GtkLabel,
+ .error .button:backdrop:insensitive > GtkLabel {
+ color: inherit; }
/************
* Tooltips *
@define-color wm_button_active_color_b shade(#ededed, 0.89);
@define-color wm_button_active_color_c shade(#ededed, 0.9);
@define-color content_view_bg #ffffff;
-
-/*# sourceMappingURL=gtk-contained.css.map */